spring注解驱动开发
IOC
组件注册
- @Configuration
- @ComponentScan
- @Bean
- @PropertySource
- @Autowired
- @Inject
- @Resource
生命周期
- @Bean(initMethod="xxxx",destoryMethod="xxxx")
- @PostConstruct @PreDestory
Value赋值
- @Value
- @PropertySource
自动装配
- @Autowired
- @Inject
- @Resource
- @Primary
AOP
- @Aspect
- @EnableAspectJAutoProxy
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。